ApplicationCacheResource

data class ApplicationCacheResource(url: String, size: Int, type: String)

Detailed application cache resource information.

Constructors

ApplicationCacheResource
Link copied to clipboard
fun ApplicationCacheResource(url: String, size: Int, type: String)

Properties

size
Link copied to clipboard
val size: Int
Resource size.
type
Link copied to clipboard
val type: String
Resource type.
url
Link copied to clipboard
val url: String
Resource url.

Sources

jvm source
Link copied to clipboard